func text/template.truth

3 uses

	text/template (current package)
		exec.go#L807: 			if truth(v) == (name == "or") {
		funcs.go#L384: func truth(arg reflect.Value) bool {
		funcs.go#L403: 	return !truth(arg)